GrapeCity.CalcEngine.Functions Namespace > CalcBetaInvFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 3 - 5 items: probability, alpha, beta, [A], [B].
Probability is a probability associated with the beta distribution.
Alpha is a parameter of the distribution.
Beta is a parameter the distribution.
A is an optional lower bound to the interval of x.
B is an optional upper bound to the interval of x.
'Usage Dim instance As CalcBetaInvFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 3 - 5 items: probability, alpha, beta, [A], [B].
Probability is a probability associated with the beta distribution.
Alpha is a parameter of the distribution.
Beta is a parameter the distribution.
A is an optional lower bound to the interval of x.
B is an optional upper bound to the interval of x.
Target Platforms: Windows Server 2012, Windows RT